home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_dude.swf / texts / 312.txt < prev    next >
Text File  |  2007-01-12  |  891b  |  33 lines

  1. Notes:
  2. --- RECORDSEPARATOR ---
  3. 1. the "score" and "level" are being 
  4. --- RECORDSEPARATOR ---
  5. initially set on the bg mc, this makes 
  6. --- RECORDSEPARATOR ---
  7. sure the game stats don't reset with 
  8. --- RECORDSEPARATOR ---
  9. every level
  10. --- RECORDSEPARATOR ---
  11. 2. the "intro" mc and "moveLayer" mc 
  12. --- RECORDSEPARATOR ---
  13. have code to check which level to 
  14. --- RECORDSEPARATOR ---
  15. load. Inside the moveLayer mc we 
  16. --- RECORDSEPARATOR ---
  17. also have the same code on top of 
  18. --- RECORDSEPARATOR ---
  19. the Platforms mc
  20. --- RECORDSEPARATOR ---
  21. 3. Health Track:
  22. --- RECORDSEPARATOR ---
  23. Total score is the score used to post 
  24. --- RECORDSEPARATOR ---
  25. to high score boards
  26. --- RECORDSEPARATOR ---
  27. gamescore is used to keep track of 
  28. --- RECORDSEPARATOR ---
  29. the score between levels. because 
  30. --- RECORDSEPARATOR ---
  31. whenever dude dies that level score 
  32. --- RECORDSEPARATOR ---
  33. must be reset for that level